home *** CD-ROM | disk | FTP | other *** search
- ; ---- symantec.itools.awt.StatusBar component class ----
-
- BASECLASS=java.awt.Component
- CLASS=symantec.itools.awt.StatusBar
-
- SMALLICON=components\StatusBar.ico, "0"
- ICONSUITE=Icons, "185"
-
- ;WINHELP=HID_StatusBar_Component
- WINHELP=0x12390
-
- AWTEVENT=ACTION
- AWTEVENT=MOUSE
-
- FOLDER=Additional
- TOOLBAR=Additional
-
- DEFPROPERTY=String, "Status Text", "StatusText", ""
- PROPERTY=Color, "Status Text Color", "StatusTextColor", ""
-
- PROPERTY=Integer, "Padding Top", "PaddingTop", "10"
- PROPERTY=Integer, "Padding Bottom", "PaddingBottom", "6"
- PROPERTY=Integer, "Padding Left", "PaddingLeft", "6"
- PROPERTY=Integer, "Padding Right", "PaddingRight", "6"
- PROPERTY=Integer, "Inset Padding Top", "IPadTop", "2"
- PROPERTY=Integer, "Inset Padding Bottom", "IPadBottom", "7"
- PROPERTY=Integer, "Inset Padding Sides", "IPadSides", "4"
- PROPERTY=Color, "Border Color", "BorderColor", "java.awt.Color.black"
- PROPERTY=Enum, "Style", "BevelStyle", "BEVEL_LINE", "BEVEL_LOWERED=0, BEVEL_RAISED=1, BEVEL_LINE=2, BEVEL_NONE=3"
-
-
- CONNECTION=input, "String","", "%name%.setStatusText(%arg%);", "Set the status text"
- CONNECTION=output,"String","", "%name%.getStatusText()", "Get the status text"
- CONNECTION=input, "Color", "", "%name%.setStatusTextColor(%arg%);", "Set the status text color"
- CONNECTION=output,"Color", "", "%name%.getStatusTextColor();", "Get the status text color"
-